home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 175 (1991-09-10)(Manewaldt, A.)(DE)(PD).zip / Taifun 175 (1991-09-10)(Manewaldt, A.)(DE)(PD).adf / Term / Install < prev    next >
Text File  |  1991-09-14  |  570b  |  22 lines

  1. .K ""
  2. echo "This script will install the fonts and libraries directly into"
  3. echo "your FONTS: and LIBS: directories.  If you do not wish to have"
  4. echo "the fonts or libraries installed there, you will need to do"
  5. echo "a custom installation."
  6. echo ""
  7.  
  8. ask "Do you wish to install the fonts?"
  9. if WARN
  10.     echo "Unpacking fonts ..."
  11.     :c/lharc -x -m x Fonts.lzh FONTS:
  12. endif
  13.  
  14. ask "Do you wish to install the libraries?"
  15. if WARN
  16.     echo "Unpacking libaries ..."
  17.     :c/lharc -x -m x Libs.lzh LIBS: #?.library
  18. endif
  19.  
  20. echo "All Done.  Click close gadget to get rid of window."
  21. endcli
  22.